Only optimize out the full configure handling if we got a gratuitous
authorOwen Taylor <otaylor@redhat.com>
Thu, 16 May 2002 23:59:23 +0000 (23:59 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 16 May 2002 23:59:23 +0000 (23:59 +0000)
commit2bf6824ffafe27fcf8bddba71d05e346e5126359
tree9f22fa4f70d7bb1b37570f33a6683eccf9dffb34
parent20be61eef6a9632e64a896bc10e1f80aaa8d3bd5
Only optimize out the full configure handling if we got a gratuitous

Thu May 16 19:49:24 2002  Owen Taylor  <otaylor@redhat.com>
        * gtk/gtkwindow.c (gtk_window_configure_event): Only
        optimize out the full configure handling if we got
        a gratuitous configure event(configure_request_count == 0)
        and the size didn't change.

        * gtk/gtkwindow.c (gtk_window_move_resize): Use
        g_message(), not g_print() for debug spew.b

        * gtk/gtkwindow.c (gtk_window_real_set_focus): Ref
        the old and new focus widgets for the scope of
        the function.

        * gtk/gtksocket.c gtkplug.c: Remove various #if 0'd
        bits of old code.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkplug.c
gtk/gtksocket.c
gtk/gtkwindow.c